home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_IZzip.idb / usr / freeware / src / zip / crypt.c.z / crypt.c
Text File  |  1997-09-09  |  462b  |  12 lines

  1. /*
  2.    crypt.c (dummy version) by Info-ZIP.      Last revised:  11 Sep 92
  3.  
  4.    This is a non-functional version of Info-ZIP's crypt.c encryption/
  5.    decryption code for Zip, ZipCloak, UnZip and FUnZip.  This file is
  6.    not copyrighted and may be distributed freely. :-)  See the "Where"
  7.    file for sites from which to obtain the full encryption/decryption
  8.    sources (zcrypt20.zip or later).
  9.  */
  10.  
  11. int dummy_crypt; /* avoid warning about empty translation unit */
  12.